home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / stdafx.cpp13 < prev    next >
Encoding:
Text File  |  2001-10-16  |  947 b   |  23 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // stdafx.cpp : source file that includes just the standard includes
  12. //  stdafx.pch will be the pre-compiled header
  13. //  stdafx.obj will contain the pre-compiled type information
  14.  
  15. #include "stdafx.h"
  16.  
  17. #ifdef _ATL_STATIC_REGISTRY
  18. #include <statreg.h>
  19. #include <statreg.cpp>
  20. #endif
  21.  
  22. #include <atlimpl.cpp>
  23.